home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- genericDown()
- end
-
- on mouseUp
- if rollOver(the clickOn) = 0 then
- exit
- end if
- set buttonName to genericUp()
- removequickTime()
- repeat with n = 1 to 48
- puppetSprite(n, 0)
- end repeat
- sound stop 1
- sound close 1
- sound stop 2
- sound close 2
- set thisFrame to the frame
- repeat with n = the number of lines in field "markerlist" down to 1
- set nextFrame to value(line n of field "markerlist")
- if nextFrame <= thisFrame then
- exit repeat
- end if
- end repeat
- set nextFrame to value(line n - 1 of field "markerlist")
- puppetTransition(12, 1, 48, 0)
- go(nextFrame)
- unloadMember()
- end
-